#left-menu ul li a {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the STATIC color of the MAJOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #ffffff;
	display: block;
	width: 150px;
	background-color: #0088aa;
	padding: .5em 15px;
	border-bottom: #8aa4c9 1px solid;
	}
#left-menu ul li a:hover {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the HOVER color of the MAJOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #ffffff;
	display: block;
	width: 150px;
	background-color: #002288;
	}
#left-menu ul li ul li a {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the STATIC color of the MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #ffffff;
	display: block;
	width: 150px;
	background-color: #8aa4c9;
	border-bottom: #37475d 1px solid;
	}
#left-menu ul li ul li a:hover {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the HOVER color of the MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #376482;
	display: block;
	width: 150px;
	background-color: #e8eef5;
	}

.code {
	font-family: "Courier New", Courier, mono;
	color: #1111ee;
	font-size: 1.1em;
	border-left-width: 2px;
	margin-left: 1em;
	background-color: #ffddbb;
	padding: .5em;
}
.coderesults {
	font-family: "Courier New", Courier, mono;
	color: #1111ee;
	font-size: 1.1em;
	border-left-width: 2px;
	margin-left: 1em;
	background-color: #bbffdd;
	padding: .5em;
}